
/**
*服务流程样式*
**/

.container .process{
  width: 1200px;
  height: 646px;
  margin: 0px auto 40px;
  background-image: url('../images/bg/bg-zhuangshi.png');
  background-repeat: no-repeat;
  background-size: 1200px 646px;
  text-align: center;
	padding: 0 1rem;
}

.container .process h1{
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}
.container .process h1 .blue{
  color: #53aeff;
  font-style: normal;
}
.container .process .process-des{
  font-size: 20px;
  color: #666;
}
.item{
	padding: 40px 40px;
	line-height: 2em;
	color: #4d4d4d;
}